mSetTextJust sets the justification applied to all subsequent text commands. Possible values are: left, right, and centered. Justification applies to an entire text block (or the set of linked text blocks), so if you set justification to "right" and call mAppendText for a block that was previously centered, the justification of the entire block will be changed to right-justified as the new text is added.